Hi,
Thank you for contacting us. Hope you are well today.
The extension MB Custom Table helps you to create a custom table and support to save the post meta (fields) which is created by Meta Box easily.
https://docs.metabox.io/extensions/mb-custom-table/#using-custom-tables
And you can also save any post meta to the custom table but WooCommerce or other plugins have its own procedure to save its own meta to the database. For example, WooCommerce saves the product meta SKU, Price, Stock Quantity ... to the table wc_product_meta_lookup
So if you want to save this meta of Product, you should create action and fire when WooCommerce saves the meta and save it to the custom table.
Here are some guides for you
https://www.mootpoint.org/blog/woocommerce-hook-product-updated-added/
https://wordpress.stackexchange.com/questions/334407/get-woocommerce-product-details-and-transfer-them-to-a-custom-db-table