You will want to first convert your current uncertainties $\delta i_c$ into uncertainties in $\log{i_c}$, $\delta(\log{i_c})$. You will need the uncertainties in the $x$ and $y$ values that you use in the fit in order to get the uncertainties in the fit parameters. Note that the uncertainty of the $\log$is not simply the $\log$ of the uncertainties.
Taylor derives the formulas for the uncertainties in the fit parameters in the case that all of the underlying measurements have the same uncertainties. He leaves the case where the uncertainties of the underlying measurements are not the same to the problems for the reader to derive. The derivation is not difficult for either case, but it is tedious for both of them. I don't think it's problematic to simply quote the results for you; they are well-known, and I'm assuming that you're just supposed to look them up. Frankly, I think they should be given to you by your fitting software, but everything I've used makes it difficult to find them.
Using your notation for the slope $\alpha$ and the y-intercept $b$, the uncertainties are:
$$ \sigma_\alpha = \sqrt{\frac{\sum{wx^2}}{\Delta}}, \sigma_b = \sqrt{\frac{\sum{w}}{\Delta}} $$
where $x$ is the set of your $V_{BE}$'s, $w = 1/(\sigma_y)^2$, $\sigma_y = \delta(\log{i_c})$, $\Delta = N\sum{x^2} - (\sum{x})^2$, $N$ is the number of points you are using for the fit, and the summations are over all the points you are using for the fit.
When you have the uncertainty for each of your four values of $k_b$, you can get the uncertainty for their mean by adding the four uncertainties in quadrature, like you would for the uncertainty of a sum of measurements: $\sigma_\mathrm{total} = \frac{1}{4}\sqrt{\sigma_1^2 + \sigma_2^2 + \sigma_3^2 + \sigma_4^2}$.