You can use the same SKU for multiple products by disabling unique SKU check. To do so, you need to paste the following code in your functions.php file located in your theme folder.
add_filter( 'wc_product_has_unique_sku', '__return_false', PHP_INT_MAX );
