Looks like you've some database row entries in _comprofiler_fields_values that below to text fields, which isn't valid. The below queries ran on your database would delete them for you. Please ensure to take a DB backup before performing any direct queries.
Code:
DELETE FROM `jos_comprofiler_fields_values` WHERE `fieldid` IN ( 605, 606, 607, 608, 609 )
Replace jos_ in the above if it's not your actual table prefix.
This usually happens if a fields type is changed in _comprofiler_field, please avoid changing a fields type once the field has been created.