simple way is to convert the clob to XMLTYPE. If it converts it's at least well formed.
you can do that simply with
select xmltype(cust_xml) from customer where your_id = some_value
you may have to iterate over them in a cursor, capture the exception and report which ones fail.