I've set up a content profile for users, and it worked fine but now everytime i try to input data, i get this error and nothing saves:

user warning: Unknown column 'field_mobile_value' in 'field list' query: UPDATE drp_content_type_uprofile SET vid = 11, nid = 11, field_uprofile_name_value = 'Jaxson McLennan', field_uprofile_location_value = 'Point Cook', field_uprofile_about_me_value = 'NULL', field_uprofile_about_me_format = 1, field_uprofile_interests_value = 'reshtdy', field_uprofile_interests_format = 1, field_uprofile_gender_value = 'Male', field_uprofile_ethnicity_value = 'Caucasian', field_uprofile_children_value = NULL, field_uprofile_relationship_value = 'Single: looking', field_uprofile_occupation_value = NULL, field_uprofile_religion_value = NULL, field_uprofile_political_value = NULL, field_uprofile_zodiac_sign_value = 'Aries (Mar 21-Apr 19)', field_mobile_value = 'NULL', field_phone_value = 'NULL', field_eye_colour_value = 'Brown', field_hair_colour_value = 'Brown', field_piercings_value = 'None', field_hair_styles_value = 'Long Straight', field_height_value = '180', field_body_type_value = 'Average', field_suit_size_value = NULL, field_tattoos_value = 'None', field_surname_value = NULL, field_age_value = 18, field_dob_value = 'NULL', field_email_email = NULL, field_suburb_lid = 10 WHERE vid = 11 in /home1/promosea/public_html/modules/cck/content.module on line 1213.

I figured considering the abundance of 'NULL' vaules, that it may be an issue with the default parameters, however even when filling in all fields this same error returns, but the NULL is replaced with what is inputted.
Anyone know why this would be happening?