hi,
have you tried executing dbcc CHECKDB('DBNAME',‘repair_rebuild’)?
we have encountered a similar error before and the repair_rebuild worked for us.
Prior to executing this, make sure you test it in a replicate of your live database first and that the database is in a single-user mode.
thanks