Could someone write a sql statement for those of us who dont really go in and make modifications to the database.

Something that i can drop in the sql patch section that would accomplish:

While writing this message, I did some investigating into the databases themselves and found that the non-working version was missing an entry in the table: products_options_values that had an id of 0 and a name of "TEXT". Simply adding that record to the products_options_values table solved the problem.
Thanks