If you are really missing from the products_options_values the TEXT setting and have double and tripple checked ...

You can use the following to add this back in via the Tools ... Install SQL Patches ...
PHP Code:
INSERT INTO products_options_values (products_options_values_idlanguage_idproducts_options_values_nameVALUES (01'TEXT'); 
NOTE: if you have multiple languages this will require additional work ...