I would check the ubbt_USER_GROUPS table with Database Tools or phpMyAdmin. Perhaps the table is crashed and needs a repair?

The SQL command to repair this table is:
Code
REPAIR TABLE ubbt_USER_GROUPS;