George, he doesn't want to.
They're moving to a multi-client db design. He just needs an interim solution.
Mr. Floyd, your naming convention should suffice, except that you should drop the "db_" prefix. Prefixing database objects with their object type ("tbl" for tables, "vw" for views, etc) is a relic of procedural programming.
"db_" supplies no information. Obviously, its a database.
Instead, prefix with the name of the application:
OurBloatedApp_TX_100019
I'd also suggest padding the customer number with leading zeros as necessary so that the customer number lengths are all identical. This will make them sort consistently.