1. Identify the problematci category_id ... it shows beside the category name in your admin categories page.
2. Use that category_id in this SQL statement:
Code:
DELETE from metatags_categories_description WHERE categories_id = CATEGORY_ID_HERE;