Hi Gökay,
If you want to fill in the lookup tables, using "Parameter Estimation" is probably not the best approach. A lookup table is typically used because you have data from a spec sheet or from experimental data. As such, you would just pull the information from the spec and put it in the lookup table.
If you need to identify the relationship between the SoC, Temperature, and R/C values you will likely want to either use a model constructed from first principles and/or some sort of curve fitting or optimization to solve for the parameters. If you have the data from a spec sheet, you may be able to just plug them into the lookup table as you have done for the 1-D Lookup Table for Temperature.
Hope that helps,
-Adam